- meta-interpreter
- вчтметаинтерпретатор (напр. в языке PROLOG)
English-Russian electronics dictionary .
English-Russian electronics dictionary .
META II — is a compiler writing language (also known as compiler compiler) first released in 1962 by D. V. Schorre. It consists of syntax equations resembling Backus normal form and into which instructions to output assembly language commands are inserted … Wikipedia
Meta-circular evaluator — A meta circular evaluator is a special case of a self interpreter in which the existing facilities of the parent interpreter are directly applied to the source code being interpreted, without any need for additional implementation. Meta circular… … Wikipedia
Meta-IV (specification language) — The Meta IV (pronounced like metaphor ) was an early version of the specification language of the Vienna Development Method formal method for the development of computer based systems. Contents 1 History 2 The Schools of VDM 2.1 The Danish School … Wikipedia
Interpreter (computing) — In computer science, an interpreter normally means a computer program that executes, i.e. performs, instructions written in a programming language. An interpreter may be a program that either executes the source code directly translates source… … Wikipedia
Meta Object Protocol — Protocole à méta objets Un protocole à méta objets est une technique en informatique qui consiste à faire de l interprète d un programme un objet de première classe, au même titre que ceux qui composent le programme. Il est ainsi possible de le… … Wikipédia en Français
Meta-donnée — Métadonnée Pour l’article homonyme, voir Métadonnée (audio). Une métadonnée (mot composé du préfixe grec meta, indiquant l auto référence ; le mot signifie donc proprement « donnée de/à propos de donnée ») est une… … Wikipédia en Français
Méta-donnée — Métadonnée Pour l’article homonyme, voir Métadonnée (audio). Une métadonnée (mot composé du préfixe grec meta, indiquant l auto référence ; le mot signifie donc proprement « donnée de/à propos de donnée ») est une… … Wikipédia en Français
Méta-données — Métadonnée Pour l’article homonyme, voir Métadonnée (audio). Une métadonnée (mot composé du préfixe grec meta, indiquant l auto référence ; le mot signifie donc proprement « donnée de/à propos de donnée ») est une… … Wikipédia en Français
Meta-Object Facility — Illustration of the Meta Object Facility. The Meta Object Facility (MOF) is an Object Management Group (OMG) standard for model driven engineering. The official reference page may be found at OMG s website.[1] Contents … Wikipedia
Meta-Object Facility — Иллюстрация MetaObject Facility Meta Object Facility (MOF) стандарт Object Management Group (OMG) для model driven engineering методологии разработки, основанной на моделях. Официальное описание стандарта может быть найдено на сейте OMG … Википедия
Self-interpreter — A self interpreter, or metainterpreter, is a programming language interpreter written in the language it interprets. An example would be a BASIC interpreter written in BASIC. Conceptually, self interpreters are closely related to self hosting… … Wikipedia